home *** CD-ROM | disk | FTP | other *** search
- Path: wiedmann.neckar-alb.de!jochen
- From: jochen@I_should_put_my_domain_in_etc_NNTP_INEWS_DOMAIN (Jochen Wiedmann)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: GCC Questions
- Date: 1 Feb 1996 18:39:22 GMT
- Organization: ISS Internet Service Stuttgart GmbH
- Message-ID: <4er1cq$8sf@iss1.neckar-alb.de>
- References: <823007157.13378@romeo.division.co.uk>
- Reply-To: wiedmann@neckar-alb.de
- NNTP-Posting-Host: wiedmann.neckar-alb.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hello,
-
- : Just a few small questions, sorry if they are in the FAQ but I knida need a
- : quick answer.
-
- : 1. I have gcc 2.7.0. Is this considered to be a robust version of GCC for
- : the Amiga?
-
- AFAIK, the latest version (2.7.1 or 2.7.2) is more recommendable.
-
-
- : 2. What is the correct way for changing the stack size with the GCC compiler?
-
- Compiling with stack extension. :-) Slows down the program a little bit,
- but you are on the safe side. This is possible since gcc-2.7.0.
-
-
- : 3. What is available in the way of debugging applications compiled for the
- : Amiga using GCC? Is GDB available? Where can I get hold of a copy?
-
- No, gdb is still not available. BarFly's Debugger is the best choice, AFAIK,
- but you have to compile with "-g -gstabs".
-
-
- Bye,
-
- Jochen
-
-